Javascript: how i can know when the IE file download prompt pop up?

Posted by pat.inside on Stack Overflow See other posts from Stack Overflow or by pat.inside
Published on 2010-06-01T09:22:42Z Indexed on 2010/06/01 9:33 UTC
Read the original article Hit count: 154

Filed under:

Now i have a problem below:

i've added a div on my page to forbid user to click buttons, links or fields when user click the DOWNLOAD button. So i need to remove this div when the IE file download prompt pops up or when user clicks "save", "save as" or "cancel" on it.

How can I reach this?

© Stack Overflow or respective owner

Related posts about JavaScript